Exemple #1
0
 internal List <Inv_Product> GetAllProduct(int GroupId)
 {
     return(groupDal.GetAllProduct(GroupId));
 }