fix
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MyOffice.Data.Repositories.Motion;
|
||||
|
||||
using Models.Motions;
|
||||
|
||||
public interface IMotionGlobalRepository
|
||||
{
|
||||
MotionGlobal? Get(Guid id);
|
||||
MotionGlobal? GetByName(string name);
|
||||
bool Add(MotionGlobal motionGlobal);
|
||||
}
|
||||
Reference in New Issue
Block a user