예제 #1
0
 public WorkDaysRepository(IDBClient dbClient)
 {
     _workDays = dbClient.GetWorkDaysCollection();
 }