fix
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace MyOffice.Data.Repositories.Account;
|
||||
|
||||
using Models.Accounts;
|
||||
|
||||
public class AccountMotionRepository : AppRepository<AccountMotion>, IAccountMotionRepository
|
||||
{
|
||||
public bool Add(AccountMotion accountMotion)
|
||||
{
|
||||
return AddBase(accountMotion) > 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user