Ejemplo n.º 1
0
 public BaseRepository(IBaseClient client)
 {
     _baseClient  = client;
     _sugarClient = client.GetBaseClient();
 }