Ejemplo n.º 1
0
 public static IRepoUsuarios CreateUsuariosRepository()
 {
     return(new RepoUsuarios(UnitOfWorkTestUtils.GetUnitOfWork()));
 }