1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
using BBWY.Common.Models; |
|||
using Yitter.IdGenerator; |
|||
|
|||
namespace BBWY.Server.Business.SiNan |
|||
{ |
|||
public class GOIWarningBusiness : BaseBusiness, IDenpendency |
|||
{ |
|||
public GOIWarningBusiness(IFreeSql fsql, NLogManager nLogManager, IIdGenerator idGenerator) : base(fsql, nLogManager, idGenerator) |
|||
{ |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue