예제 #1
0
 public ICollection <UserBO> Delete(ICollection <string> Ids)
 {
     return(_authentication.Delete(Ids));
 }