コード例 #1
0
 public void Add(IPayrollModel model)
 {
     ValidateModelDataAnnotations(model);
     repository.Add(model);
 }