public static DbAck Insert(LoaiBenhDTO LoaiBenh) { // Xu ly kiem tra va tinh toan DbAck result = DbAck.Unknown; result = LoaiBenhDAO.Insert(LoaiBenh); return(result); }
public Int64 Insert(LoaiBenhDTO _nv) { return(nvDAO.Insert(_nv)); }