Ejemplo n.º 1
0
 public MasterAccount GetMasterAccount(long id) => Master_repo.GetFirst(a => a.MasterAccountId == id);