Ejemplo n.º 1
0
 //public IList<Locations> Locations(Locations locaton)
 //{
 //    LocationResource objLocationResource = new LocationResource();
 //    return objLocationResource.LocationList(locaton);
 //}
 public int UserInboxCount(object[] objValue)
 {
     UserInfoResource objUser = new UserInfoResource();
     return objUser.UserInboxCount(objValue);
 }