示例#1
0
 public void AddStatus(StatusDTO status)
 {
     statusRepositoryDTO.Add(status);
 }