示例#1
0
 public TbSeModulo Create(TbSeModulo domain)
 {
     return(moduloRepo.Save(domain));
 }